home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / autokey.zip / README.DOC < prev   
Text File  |  1989-01-27  |  2KB  |  43 lines

  1. AUTOKEY.COM and KEYCODE.EXE are programs written by Hardin Brothers for
  2. PCResource Magazine. An edited version of AUTOKEY and the complete KEYCODE
  3. appeared in the January 1989 issue of the magazine. These programs were
  4. obtained from the Clone Phone BBS, which is operated by the magazine as a
  5. service to its readers. The version of AUTOKEY that appeared in the January
  6. issue was edited to save space (there were 9 entries in the table called
  7. "code_table" -- see AUTOKEY.ASM).
  8.  
  9. The entire contents of the January 1989 issue of PCResource is
  10.             (c) Copyright 1988 by IDG Communications/Peterborough, Inc.
  11.  
  12. Hardin Brothers is PCResource's West Coast editor. Write to him at
  13. 280 N. Campus Ave., Upland, CA  91786. Enclose a self-addressed, stamped
  14. envelope for a reply. You can also reach him through Compuserve's Easyplex
  15. at 70007,1150.
  16.  
  17. AUTOKEY performs a similar function as the program I've heard of called
  18. KEYFAKE. Basically, it stuffs the DOS keyboard buffer with keycodes you've
  19. put in a "script" file. A program must be "well-behaved" with respect to
  20. keyboard input to work with AUTOKEY -- MSKERMIT is a good example of a
  21. program which is well-behaved. A sample key-script file is included. Note
  22. that AUTOKEY is case-sensitive when typing special non-printing keycodes
  23. like 'cT' <CTRL-T> in the script file. Refer to "code_table" in AUTOKEY.ASM
  24. for all the special keycodes. The special keycode NL causes a one-eighteenth
  25. second pause.
  26.  
  27. Restrictions:
  28.  
  29. 1. Some programs empty the BIOS keyboard buffer before waiting for input.
  30.    For those programs, just add an extra keystroke like 'xy' instead of
  31.    'y' in the script.
  32. 2. Never run AUTOKEY after 'shelling-out' to DOS. Never run the program
  33.    from a batch file called by another batch file (this goes for any TSR
  34.    program, by the way, not just AUTOKEY).. It's OK to run the program from
  35.    a batch file, but don't let that batch file start another.
  36. 3. Don't use AUTOKEY to start a batch file.
  37. 4. Don't run TSRs with AUTOKEY.
  38.  
  39. Other notes:
  40.  
  41. "It works good." I dunno about you, but I liked it...
  42.  
  43.